# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'

target 'Fog of Text' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Fog of Text
  # For Google Ads Implimentation.  Each view controller contains a banner ad spot.  When you select the banner, under identity inspector the Custom Class -> Class would have the value of “GADBannerView” to refer to a class in the Google Ads API.  For now, due to some issue with Google and no way to talk to a real person (instead it is just a infinite automated loop pointing back to itself) Google Ads use has been dropped but may be re-instituted in the future.
  # pod 'Google-Mobile-Ads-SDK'

  target 'Fog of TextTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'Fog of TextUITests' do
    # Pods for testing
  end

end
